html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
 .clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input,
select {
	outline: none;
}
a {
	text-decoration: none;
}
body {
	font-family: 'Microsoft Yahei', '宋体', 'Arial';
}
::-webkit-input-placeholder {
	font-size: 14px;
	color: #bbb !important;
}

.myInput {
	border: 1px solid #f29897 !important;
	background-color: #fee9f0 !important;
	background-image: url('../images/tixc.png') !important;
	background-repeat: no-repeat !important;
	background-position-x: 12px !important;
	background-position-y: 50% !important;
	padding-left: 29px !important;
	outline: none;
	color: red;
	box-sizing: border-box;
	text-indent: 10px !important;
}
.myInput::-webkit-input-placeholder {
	color: red;
}
.myInput:-moz-placeholder {
	color: red;
}
.myInput:-ms-input-placeholder {
	color: red;
}

.all-page {
	text-align: center;

	margin: 40px 0;
}

.all-page a,
.all-page span {
	width: 45px;

	height: 100%;

	background: #aaa;

	color: #fff;

	line-height: 45px;

	text-align: center;

	font-size: 14px;

	display: inline-block;

	margin: 0 10px;

	transition: 0.3s;
}

/*.all-page .current,*/
/*.all-page a:hover {*/
/*	background: #cc2388;*/

/*	color: #fff;*/
/*}*/

.all-page .prev,
.all-page .prev_disabled,
.all-page .next,
.all-page .next_disabled {
	width: 72px;

	color: #ffffff;

	background: #797979;

	font-family: 'microsoft yahei';
}

.all-page .prev:before,
.all-page .prev_disabled:before {
	content: '上一页';

	font-family: 'microsoft yahei';
}

.all-page .next:before,
.all-page .next_disabled:before {
	content: '下一页';

	font-family: 'microsoft yahei';
}